projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a246a6
)
Fix the build
author
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 22 Feb 2006 20:05:17 +0000
(20:05 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 22 Feb 2006 20:05:17 +0000
(20:05 +0000)
gtk/gtktextbtree.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextbtree.c
b/gtk/gtktextbtree.c
index 9c3c3390c72e2b8a90b3e4b72e0753c36da0c939..1269256256ab41080fec4490a3010e030667f6a5 100644
(file)
--- a/
gtk/gtktextbtree.c
+++ b/
gtk/gtktextbtree.c
@@
-3342,6
+3342,8
@@
ensure_end_iter_line (GtkTextBTree *tree)
{
if (tree->end_iter_line_stamp != tree->chars_changed_stamp)
{
+ gint real_line;
+
/* n_lines is without the magic line at the end */
g_assert (_gtk_text_btree_line_count (tree) >= 1);